projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66e4eb
)
Add missing cairo_destroy() call
author
Kristian Rietveld
<kris@gtk.org>
Sun, 8 Aug 2010 16:02:35 +0000
(18:02 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 10 Aug 2010 19:02:25 +0000
(21:02 +0200)
gtk/gtkcolorbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcolorbutton.c
b/gtk/gtkcolorbutton.c
index 24bb047d9ad34f0ac5978a9962180a4955f74733..d977081a1425e8e0481e2e9bfcc146f32a1d7c81 100644
(file)
--- a/
gtk/gtkcolorbutton.c
+++ b/
gtk/gtkcolorbutton.c
@@
-315,6
+315,8
@@
expose_event (GtkWidget *widget,
cairo_pattern_destroy (checkered);
}
+ cairo_destroy (cr);
+
return FALSE;
}